func golang.org/x/net/internal/httpsfv.decOctetHex

3 uses

	golang.org/x/net/internal/httpsfv (current package)
		httpsfv.go#L56: func decOctetHex(ch1, ch2 byte) (ch byte, ok bool) {
		httpsfv.go#L594: 			if ch, ok = decOctetHex(s[i+1], s[i+2]); !ok {
		httpsfv.go#L630: 			decoded, _ := decOctetHex(s[i+1], s[i+2])